DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / CanReplaceRange Method

In This Topic
    CanReplaceRange Method (C1FilterDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CanReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of T) _
    ) As Boolean
    public override bool CanReplaceRange( 
       int startingIndex,
       IEnumerable<T> items
    )

    Parameters

    startingIndex
    items
    See Also